home *** CD-ROM | disk | FTP | other *** search
/ Champak 146 / (Vol 146) Jan 07 2012.iso / Games / thrust_2.swf / scripts / DefineSprite_84 / frame_8 / PlaceObject2_34_455 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2012-01-07  |  181b  |  9 lines

  1. onClipEvent(enterFrame){
  2.    if(this.Balloon.hitTest(_root.abullet) && hit == false)
  3.    {
  4.       _root.score += 500;
  5.       this.gotoAndPlay("Burst");
  6.       hit = true;
  7.    }
  8. }
  9.